

/* Header */

header1 {
	padding: 5px 10px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url(../img/shadow_top.png) repeat-x 0 0;
}

header1.sticky {
	border-bottom: 1px solid #ededed;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header1#plain {
	background: #fff;
	border-bottom: 1px solid #ededed;
}

header1#plain #logo .logo_sticky {
	display: block;
}

header1#plain #logo .logo_normal {
	display: none;
}

header1 #logo .logo_sticky {
	display: none;
}

header1.sticky #logo .logo_normal {
	display: none;
}

header1.sticky #logo .logo_sticky {
	display: block;
}

#logo img {
	height: 27px;
	width: auto;
	margin: 12px 0 0 0;
}

ul#access_top {
	float: right;
	list-style: none;
	margin: 12px 0 0 0;
}

ul#access_top li {
	display: inline-block;
	margin-left: 5px;
}

ul#access_top li a {
	display: inline-block;
	padding: 8px 15px 5px 15px;
	text-transform: uppercase;
	line-height: 1;
	background-color: #f6f7f9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
}

ul#access_top li:first-child {
	margin-left: 0;
}

ul#access_top li a.search-overlay-menu-btn {
	display: inline-block;
	padding: 0 5px 0 0;
	position: relative;
	margin-left: -5px;
	top: 2px;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	color: #fff;
}

ul#access_top li a.search-overlay-menu-btn:hover,
header1.sticky ul#access_top li a.search-overlay-menu-btn:hover {
	color: #ed5434;
}

header1.sticky ul#access_top li a.search-overlay-menu-btn {
	color: #444;
}

footer {
	background-color: #4088DA;
	padding: 45px 0 0 0;
}

footer h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
	font-weight: 500;
}

footer ul {
	list-style: none;
	padding: 0 0 20px 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	padding-left: 5px;
}

.footer_pic {
	margin-top: -130px;
}

#copy {
	text-align: center;
	font-size: 13px;
	background-color: #3269a9;
	padding: 15px;
	color: #fff;
	color: rgba(255, 255, 255, 0.6)
}

#newsletter_container {
	background-color: #f8f8f8;
}

#newsletter_container h3 {
	font-size: 32px;
	margin: 0 0 20px 0;
}

input.form-control#email_newsletter {
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	border: 2px solid #ededed;
	height: 49px;
	font-size: 15px;
	padding-left: 20px;
	width: 380px;
	margin-top: -2px;
	margin-right: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input.form-control#email_newsletter:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
}

#submit-newsletter.btn_1 {
	padding: 14px 35px;
}

#social ul {
	margin: 0;
	padding: 0 0 10px 0;
}

#social ul li {
	display: inline-block;
	margin: 0 5px 10px 0;
}

#social ul li a {
	color: #242e30;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#social ul li a:hover {
	color: #3f9ad6 !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/*-------- 2.1 Home all versions --------*/
.header-video {
	position: relative;
	overflow: hidden;
	background: #000;
}

#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;
}

#hero_video > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

#sub_content h1 {
	margin: 0 0 0 0 0;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
}

#sub_content p {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.55;
}

iframe {
	height: 100%;
	width: 100%;
}

video {
	width: 100%;
}

.teaser-video {
	width: 100%;
	height: auto;
}

.header-video--media {
	width: 100%;
	height: auto;
}




